home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / stars.1 < prev    next >
Text File  |  1995-07-25  |  2KB  |  32 lines

  1.      usage()  {          fprintf(stderr,"stars   [-AMXruw][-B[0123]][-
  2.      a#][-b#][-c#][-d#][-x         xmid][-y         ymid][-H#][-W#]0);
  3.              fprintf(stderr,"Where:  -M  indicates  use  monochrome0);
  4.              fprintf(stderr,"         -S   indicates   show   midpt0);
  5.              fprintf(stderr,"       -X  indicates  randomly  walk  the
  6.      midpt0);         fprintf(stderr,"       -r indicates put the ship
  7.      in reverse0);          fprintf(stderr,"        -u  displays  this
  8.      message0);          fprintf(stderr,"        -w  indicates put the
  9.      ship in warp0);         fprintf(stderr,"       -B# specifies  the
  10.      initial star size0);         fprintf(stderr,"       -H# specifies
  11.      the initial window height0);          fprintf(stderr,"        -W#
  12.      specifies  the  initial  window width0);         fprintf(stderr,"
  13.      -a# specifies the inital 'x' velocity0);         fprintf(stderr,"
  14.      -b# specifies the inital 'y' velocity0);         fprintf(stderr,"
  15.      -c# specifies the star color0);         fprintf(stderr,"        -
  16.      d#       specifies      the      duration      of      display0);
  17.              fprintf(stderr,"During            display            :0);
  18.              fprintf(stderr,"   [hjklHJKL] rogue-like control of midpt
  19.      movement0);         fprintf(stderr,"        '.' stops the  motion
  20.      of  the  midpt0);          fprintf(stderr,"        '+' resets the
  21.      midpt to screen  center0);          fprintf(stderr,"   '>'or  '<'
  22.      increases/decreases       the      delay      (text      mode)0);
  23.              fprintf(stderr,"      b  or  B   selects   star   size0);
  24.              fprintf(stderr,"       c   or  C  toggles  all/one  color
  25.      (graphics mode  only)");          fprintf(stderr,"0      t  or  T
  26.      toggles random walk of midpt0);         fprintf(stderr,"     x or
  27.      X  clears  the  screen0);          fprintf(stderr,"      r  or  R
  28.      toggles  reverse/forward0);          fprintf(stderr,"      s or S
  29.      toggles midpt  display0);          fprintf(stderr,"      w  or  W
  30.      toggles   warp/normal0);           fprintf(stderr,"      q  or  Q
  31.      exits0);         exit(1); }
  32.